Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Ingredient / Life Essence Recipes / Ingredient_Life_Essence_Rice.json

Ingredient_Life_Essence_Rice

Server/Item/Items/Ingredient/Life Essence Recipes/Ingredient_Life_Essence_Rice.json, 751 B

Fields

FieldType
TranslationPropertiesobject
Variantboolean
Parentstring
ItemLevelnumber
Iconstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Life_Essence.name",
    "Description": "server.items.Ingredient_Life_Essence.description"
  },
  "Variant": true,
  "Parent": "Ingredient_Life_Essence",
  "ItemLevel": 12,
  "Icon": "Icons/ItemsGenerated/Ingredient_Life_Essence_Rice.png",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Rice_Item",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "RequiredTierLevel": 7,
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Essence"
        ]
      }
    ],
    "OutputQuantity": 3
  }
}